home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / b / b.lha / B / src / bint / b2key.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-11-24  |  1.3 KB  |  67 lines

  1. /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
  2.  
  3. /*
  4.   $Header: b2key.h,v 1.4 85/08/22 16:42:35 timo Exp $
  5. */
  6.  
  7. /* Keywords collected together to aid the production of national variants */
  8. /* Predefined functions can be found in bfpr.c                  */
  9. /* All error messages will have to be changed as well, of course.      */
  10.  
  11. #define K_PUT "PUT"
  12. #define K_IN_put "IN"
  13.  
  14. #define K_INSERT "INSERT"
  15. #define K_IN_insert "IN"
  16.  
  17. #define K_REMOVE "REMOVE"
  18. #define K_FROM_remove "FROM"
  19.  
  20. #define K_DELETE "DELETE"
  21.  
  22. #define K_READ "READ"
  23. #define K_RAW "RAW"
  24. #define K_EG "EG"
  25.  
  26. #define K_WRITE "WRITE"
  27.  
  28. #define K_CHOOSE "CHOOSE"
  29. #define K_FROM_choose "FROM"
  30.  
  31. #define K_DRAW "DRAW"
  32. #define K_SET_RANDOM "SET'RANDOM"
  33.  
  34. #define K_CHECK "CHECK"
  35.  
  36. #define K_IF "IF"
  37.  
  38. #define K_SELECT "SELECT"
  39. #define K_ELSE "ELSE"
  40.  
  41. #define K_WHILE "WHILE"
  42.  
  43. #define K_FOR "FOR"
  44. #define K_IN_for "IN"
  45.  
  46. #define K_SUCCEED "SUCCEED"
  47. #define K_FAIL "FAIL"
  48. #define K_QUIT "QUIT"
  49. #define K_RETURN "RETURN"
  50. #define K_REPORT "REPORT"
  51.  
  52. #define K_HOW_TO "HOW'TO"
  53. #define K_YIELD "YIELD"
  54. #define K_TEST "TEST"
  55. #define K_SHARE "SHARE"
  56.  
  57. #define K_AND "AND"
  58. #define K_OR "OR"
  59. #define K_NOT "NOT"
  60.  
  61. #define K_SOME "SOME"
  62. #define K_EACH "EACH"
  63. #define K_NO "NO"
  64. #define K_IN_quant "IN"
  65. #define K_PARSING "PARSING"
  66. #define K_HAS "HAS"
  67.